Lender Price API
Locking a Loan Without LOS / 4. Submit Lock Request / 4.3 Check Lock Desk Hour
In This Topic
    4.3 Check Lock Desk Hour
    In This Topic

    This API is optional, it returns if the user is within business hours (according to lock policy).

    Path

    GET /rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{lockRequestId}}

    Headers

                
    
    Authorization
    
    Bearer {{accessToken}}
    

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{statusId}}' \
    --header 'Authorization: {{token}}'

    Example Response

    Copy Code
    {
      "isInLockDeskHours": true,
      "isPostLockRequest": false
    }